home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Ooiltank.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
359b
|
14 lines
#ifndef _OOILTANK_H_
#define _OOILTANK_H_
enum
{
PRIM_OILTANK_RADIUS = 5100, // REAL
PRIM_OILTANK_CAPHEIGHT = 5101, // REAL
PRIM_OILTANK_HEIGHT = 5102, // ==PRIM_CONE_HEIGHT
PRIM_OILTANK_HSUB = 5103, // ==PRIM_CONE_HSUB
PRIM_OILTANK_FSUB = 5104, // ==PRIM_CONE_FSUB
PRIM_OILTANK_SEG = 5105 // ==PRIM_CONE_SEG
};
#endif